2007-09-07 Wouter Bolsterlee <wbolster@svn.gnome.org>
* modules/printbackends/cups/gtkcupsutils.c:
(_post_send): Fix typo that broke the build.
svn path=/trunk/; revision=18755
+2007-09-07 Wouter Bolsterlee <wbolster@svn.gnome.org>
+
+ * modules/printbackends/cups/gtkcupsutils.c:
+ (_post_send): Fix typo that broke the build.
+
2007-09-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for the cups function httpGetAuthString().
httpClearFields (request->http);
httpSetField (request->http, HTTP_FIELD_CONTENT_LENGTH, length);
- httpSetField (request->http, HTTP_FIELD_CONTENT_TYPE, "application/ipp");`
+ httpSetField (request->http, HTTP_FIELD_CONTENT_TYPE, "application/ipp");
#ifdef HAVE_HTTPGETAUTHSTRING
httpSetField (request->http, HTTP_FIELD_AUTHORIZATION, httpGetAuthString (request->http));
#else